*
* Gets the media stream managed by @controls or %NULL if none.
*
- * Returns: (nullable): The media stream managed by @controls
+ * Returns: (nullable) (transfer none): The media stream managed by @controls
**/
GtkMediaStream *
gtk_media_controls_get_media_stream (GtkMediaControls *controls)
* When @self is not playing or not playing from a file,
* %NULL is returned.
*
- * Returns: (nullable): The currently playing file or %NULL if not
+ * Returns: (nullable) (transfer none): The currently playing file or %NULL if not
* playing from a file.
**/
GFile *
* When @self is not playing or not playing from a stream,
* %NULL is returned.
*
- * Returns: (nullable): The currently playing stream or %NULL if not
+ * Returns: (nullable) (transfer none): The currently playing stream or %NULL if not
* playing from a stream.
**/
GInputStream *
}
/**
- * gtk_media_stream_error:
+ * gtk_media_stream_error_valist:
* @self: a #GtkMediaStream
* @domain: error domain
* @code: error code
/**
* gtk_video_new_for_resource:
- * @filename: (allow-none): resource path to play back
+ * @resource_path: (allow-none): resource path to play back
*
* Creates a #GtkVideo to play back the resource at the
* given @resource_path.
*
* Gets the media stream managed by @self or %NULL if none.
*
- * Returns: (nullable): The media stream managed by @self
+ * Returns: (nullable) (transfer none): The media stream managed by @self
**/
GtkMediaStream *
gtk_video_get_media_stream (GtkVideo *self)
}
/**
- * gtk_video_set_resource:
+ * gtk_video_set_filename:
* @self: a #GtkVideo
* @filename: (allow-none): the filename to play
*